From d4d65fdc9f2e85643bec73975bf6862fd99978dc Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sun, 15 Feb 2009 23:09:58 +0100 Subject: [PATCH] Fix hyphen escaping in manpage (thanks to Lintian) --- debian/man/camlp4.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/man/camlp4.1 b/debian/man/camlp4.1 index c1070247..780b1035 100644 --- a/debian/man/camlp4.1 +++ b/debian/man/camlp4.1 @@ -3,13 +3,13 @@ CamlP4 \- Pre-Processor-Pretty-Printer for Objective Caml .SH SYNOPSIS .B camlp4 -[\fIload-options\fR] [\fI--\fR] [\fIother-options\fR] +[\fIload\-options\fR] [\fI\-\-\fR] [\fIother\-options\fR] .SH DESCRIPTION Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools for syntax (Stream Parsers and Grammars) and the ability to modify the concrete syntax of the language (Quotations, Syntax Extensions). -The Objective Caml compiler has a special option "-pp", allowing to call any +The Objective Caml compiler has a special option "\-pp", allowing to call any preprocessor. If Camlp4 is used, the parsing is done (only once) by Camlp4, and the Objective Caml compiler resumes the rest of the compilation (typing, code generation). -- 2.30.2